var crypto/tls.aesgcmCiphers

3 uses

	crypto/tls (current package)
		cipher_suites.go#L379: var aesgcmCiphers = map[uint16]bool{
		cipher_suites.go#L395: 			return aesgcmCiphers[cID]
		cipher_suites.go#L398: 			return aesgcmCiphers[cID]